All Questions
1 question
3votes
1answer
210views
Are there any scenarios where a JS function expressions would need to refer to its "name"?
Anonymous function expressions in JS bug me as they make stack traces and Chrome Dev Tools profiler output harder to use, so I've decided to name ALL my function expressions from here on in. The ...